indē wild

Owner: pratik@indewild.com · Inde Wild · ← all brands

Active days
18
Sessions
128
Active hours
2.09
real mouse/keyboard time
Page views
52
Actions
16
Entities changed
16

Action mix

Bid
0
Budget
0
Status
0
Rule
0
Scheduler
16

Current automation state

Rules
0 / 4
active / total — 3 paused, 1 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
2
Executives
0
Sellers
1
Vendors
1

Profile 4427471923741033 · amazon · europe

Top users on this brand

EmailNameRoleSessionsActive min
pratik@indewild.com Pratik T Admin 80 86.8
mayank@hectorai.live Mayank Makharia Manager 27 19.3
shalaka@hectorai.live Shalaka M Manager 11 10.7
praveen@indewild.com Praveen Kamath Executive 4 4.4
palak@indewild.com Palak Jain Executive 5 3.9
admin@hectorai.live Hector Admin Admin 1 0.2

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-05-26 1 5 0.06 0 0 0
2026-05-29 1 3 0.20 2 8 8
2026-05-30 1 2 0.05 0 0 0
2026-06-01 3 12 0.22 9 0 0
2026-06-02 1 1 0.00 0 0 0
2026-06-03 1 1 0.03 0 0 0
2026-06-04 1 2 0.02 0 0 0
2026-06-05 1 3 0.04 0 0 0
2026-06-06 1 1 0.01 0 0 0
2026-06-15 1 2 0.04 0 0 0
2026-06-16 1 2 0.02 5 0 0
2026-06-17 2 5 0.07 3 0 0
2026-06-18 3 9 0.17 3 0 0
2026-06-19 4 42 0.62 25 8 8
2026-06-22 1 4 0.04 1 0 0
2026-06-23 1 26 0.36 0 0 0
2026-06-24 1 5 0.09 4 0 0
2026-06-25 1 3 0.04 0 0 0
4 queries · scanned 28.81 MB · cost $0.000172 · 6.93s
Query 1 · 1 rows · 13.72 MB · $0.000082 · 2.35s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(company_name)        AS company_name,
       SUM(distinct_users)            AS user_day_rows,
       COUNT(DISTINCT day)            AS active_days,
       SUM(sessions)                  AS sessions,
       SUM(active_seconds)            AS active_seconds,
       SUM(page_views)                AS page_views,
       SUM(action_count)              AS action_count,
       SUM(entity_count)              AS entity_count,
       SUM(bid_actions)               AS bid_actions,
       SUM(budget_actions)            AS budget_actions,
       SUM(status_actions)            AS status_actions,
       SUM(rule_actions)              AS rule_actions,
       SUM(scheduler_actions)         AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('indē wild')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
Query 2 · 6 rows · 5.34 MB · $0.000032 · 1.34s
SELECT email,
       ANY_VALUE(full_name) AS full_name,
       ANY_VALUE(role)      AS role,
       SUM(sessions)        AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('indē wild')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 18 rows · 9.48 MB · $0.000057 · 2.03s
SELECT day,
       distinct_users,
       sessions,
       ROUND(active_hours, 2) AS active_hours,
       page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('indē wild')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY day
Query 4 · 2 rows · 273.0 KB · $0.000002 · 1.21s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('indē wild')
LIMIT 5